-
-
Notifications
You must be signed in to change notification settings - Fork 163
introduce start-period and start-interval parameters to HEALTHCHECK #547
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
introduce start-period and start-interval parameters to HEALTHCHECK #547
Conversation
- start period allows for a grace period for the container to boot - start-interval allows for more frequent checking during this grace period - also slightly increased the standard interval once the container is healthy
|
Sorry for the hiccup here, but could you try creating a new PR? I had to move things in GitHub it automatically closed this PR. I don't see where I can update the branch into https://github.com/serversideup/docker-php/tree/280-create-a-frankenphp-variation It won't let me change it when I press edit. |
|
NVM, I got it. I accidentally deleted the source branch. That's why it closed. I will be reviewing this for 4.0 and will keep you posted 👍 Sorry for the confusion! |
|
I love this proposal! Thanks a ton for sharing this, I learned a lot. I summarized the changes here. Your proposal is brilliant 💯
|
ad5fe47
into
serversideup:280-create-a-frankenphp-variation
Resolves #541
See my comment for reasoning behind the values I've chosen.